home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / poly3d-r / makefile.djg < prev    next >
Encoding:
Makefile  |  1993-12-30  |  603 b   |  29 lines

  1. #
  2. # This is the make file for the poly3d-r directory using DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9.  
  10. OBJS    = poly3d-r.o prepdata.o colortbl.o evalcolr.o scandata.o
  11.  
  12. poly3d-r.exe:    $(OBJS)
  13.     $(CC) $(CFLAGS) -o poly3d-r @&&!
  14. $(OBJS) $(LIBS) -lm $(MORELIBS)
  15. !
  16.     aout2exe poly3d-r
  17.  
  18. install: poly3d-r.exe
  19.     copy poly3d-r.exe $(BIN_DIR_DOS)
  20.     del  poly3d-r.exe
  21.     copy poly3d-r.cfg $(BIN_DIR_DOS)
  22.  
  23. # Dependencies starts here - do not touch, generated automatically.
  24. colortbl.o:    program.h
  25. evalcolr.o:    program.h
  26. poly3d-r.o:    program.h
  27. prepdata.o:    program.h
  28. scandata.o:    program.h
  29.